request Body Converter
open override fun requestBodyConverter(type: Type, parameterAnnotations: Array<out Annotation>, methodAnnotations: Array<out Annotation>, retrofit: Retrofit): Converter<*, RequestBody>?
Response body converter delegates logic processing to a child class that handles wrapping and deserialization of the json response data.
Parameters
parameter Annotations
All the annotation applied to request parameters
method Annotations
All the annotation applied to the requesting method
retrofit
The retrofit object representing the response
type
The type of the parameter of the request